Skip to main content

slbRenew

Description

slb renewal.

Request Method

PUT

Request Path

/customer/slb/renew

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
periodBODYintegerYesNo sample value for this parameter.period
instanceIdBODYstringYesNo sample value for this parameter.instance id
costBODYintegerYesNo sample value for this parameter.cost
regionIdBODYstringYesNo sample value for this parameter.region id
voucherInstanceIdBODYstringNoNo sample value for this parameter.voucher of the order
pricingCycleBODYstringYesNo sample value for this parameter.pricing cycle(Hour/Month/Year)
couponInstanceIdBODYstringNoNo sample value for this parameter.coupon of the order

Return data

NameTypeSample valueDescription
resultobject`{"orderId":2.0220726145816E+18}`No description for this parameter.
resultCodestring0No description for this parameter.
resultMsgstringsuccessNo description for this parameter.

Example

Successful Response example

{
"result":
{
"orderId":2.0220726145816E+18
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}